home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / sound / mixers / xmmix-1.000 < prev    next >
Text File  |  1996-11-16  |  4KB  |  127 lines

  1.             ----------------------
  2.             X M M I X  version 1.1
  3.             ----------------------
  4.                   by Ti Kan
  5.  
  6.  
  7. Xmmix is a sound mixer utility for the X Window System using the
  8. OSF/Motif interface.  It requires the "VoxWare" sound driver by
  9. Hannu Savolainen (hannu@voxware.pp.fi), also known as the Linux
  10. sound driver.  See notes below about how to get VoxWare.
  11.  
  12. This version of xmmix has been tested by the author with VoxWare
  13. version 2.4, 2.5, 2.90 and 3.0.  It is expected to work with earlier
  14. and future versions.
  15.  
  16. The OS platforms supported by xmmix is the same as those supported
  17. by VoxWare, which includes several UNIX variants for the Intel x86
  18. PC:
  19.     Linux
  20.     FreeBSD
  21.     NetBSD
  22.     SCO UNIX and Open Desktop
  23.     UNIX SVR4.2 (Novell UnixWare and others)
  24.  
  25. It should be fairly easy to port VoxWare to other PC UNIX
  26. platforms.
  27.  
  28. Likewise, the sound cards supported by xmmix are those that
  29. VoxWare supports.  Currently, this includes:
  30.  
  31.     Adlib
  32.     Creative Labs Sound Blaster series
  33.     Media Vision Pro Audio Spectrum 16
  34.     Media Vision Jazz16 based soundcards (ProSonic, 3D etc.)
  35.     Gravis UltraSound
  36.     Gravis UltraSound MAX
  37.     Gravis UltraSound with 16 bit sampling daughter card
  38.     Roland MPU-401
  39.     Microsoft Windows Sound System
  40.     COVOX SoundMaster II
  41.     ECHO-PSS (cards based on the PSS architecture by Analog Devices.
  42.               Including Orchid SW32, Cardinal DSP16 among others).
  43.     MediaTriX AudioTriX Pro
  44.     Ensoniq SoundScape
  45.     SoundMan Wave
  46.     and others
  47.  
  48. Not all versions of VoxWare supports all of these cards.
  49. Please refer to the VoxWare documentation for further details.
  50. Comments and questions about the VoxWare driver and utilities
  51. should be directed to "hannu@voxware.pp.fi".
  52.  
  53. This distribution now comes with several 32x32 pixmap files
  54. suitable for use as an xmmix desktop icon:
  55.  
  56.     xmmix.icon - for Novell UnixWare
  57.     xmmix_a.px - for SCO Open Desktop (XPM2 format)
  58.     xmmix_b.px - for SCO Open Desktop (XPM2 C format)
  59.     xmmix.xpm  - for other systems that use XPM format
  60.  
  61. You can use the appropriate icon setup utilities under each of
  62. these environments to create an xmmix icon (with which you can use to
  63. launch xmmix).
  64.  
  65. Comments, suggestions, and bug reports about xmmix are very welcome!
  66. Write to "ti@amb.org".
  67.  
  68. If you have a CD-ROM drive, you are invited to try a full-featured
  69. X11/Motif CD Audio Player utility that I wrote.  It's called "xmcd"
  70. and supports many UNIX OS platforms and CD-ROM drives.  Xmmix and
  71. xmcd makes an ideal pair in your multimedia system.  A non-X
  72. command line CD player "cda" is also included in the xmcd package.
  73. See notes below about the anonymous FTP location.
  74.  
  75.  
  76. WHERE TO GET XMMIX
  77. ------------------
  78. The source code release of xmmix v1.1 is available via
  79. Internet anonymous FTP.  Location:
  80.  
  81.     (Instructions)
  82.     ftp.x.org:/contrib/applications/xmmix/xmmix-1.1.README
  83.     (gzip'd tar archive)
  84.     ftp.x.org:/contrib/applications/xmmix/xmmix-1.1.tar.gz
  85.  
  86. The package require the "gunzip" (GNU unzip) utility to uncompress.
  87. The source code to gzip/gunzip can be found on various FTP sites
  88. (such as prep.ai.mit.edu:/pub/gnu).
  89.  
  90.  
  91. WHERE TO GET VOXWARE
  92. --------------------
  93.  
  94. VoxWare files can be obtained via anonymous FTP from the following
  95. directory:
  96.  
  97.     sunsite.unc.edu:/pub/Linux/kernel/sound
  98.  
  99.  
  100. WHERE TO GET XMCD
  101. -----------------
  102.  
  103. Xmcd files can be obtained via anonymous FTP from the following
  104. directory:
  105.  
  106.     ftp.x.org:/contrib/applications/xmcd
  107.  
  108.  
  109. CHANGES SINCE PREVIOUS RELEASE:
  110. -------------------------------
  111.     - Modifications to support the VoxWare 3.0 sound driver.
  112.     - Xmmix now queries the driver and updates all on-screen controls
  113.       each time it receives input focus.  This keeps xmmix controls
  114.       up-to-date in an environment where multiple mixer applications
  115.       are running on a single sound card.
  116.     - Added the autoLoadOnStartup and resetOnExit features.  See the
  117.       man page for info.
  118.     - Fixed a bug that caused some of the Rec toggle buttons to be
  119.       shown in the wrong state upon startup.
  120.     - Modified to print more meaningful debugging output when the
  121.       -debug option is used.
  122.     - This distribution now comes with several 32x32 pixmap files
  123.       suitable for use as an xmmix desktop icon.  See the README file
  124.       for details.
  125.  
  126.  
  127.